const crypto/elliptic/internal/fiat.p224ElementLen
5 uses
crypto/elliptic/internal/fiat (current package)
p224.go#L23: const p224ElementLen = 28
p224.go#L58: var out [p224ElementLen]byte
p224.go#L62: func (e *P224Element) bytes(out *[p224ElementLen]byte) []byte {
p224.go#L80: if len(v) != p224ElementLen {
p224.go#L91: var in [p224ElementLen]byte
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)